Welcome![Sign In][Sign Up]
Location:
Search - asp sql server

Search list

[Develop ToolsASP与SQL Server网站架设

Description: 一本很好的ASP方面的基础教程-a good basis for the ASP Guide
Platform: | Size: 3713118 | Author: 杀牛 | Hits:

[Other resource网上办公系统

Description: 一个用asp和sql server开发的网上办公系统-with an asp sql server and development of the Internet Office System
Platform: | Size: 316339 | Author: 小猫 | Hits:

[WEB CodeASP.NETbookshoap

Description: Win 2000 Server + SQL Server 2000 + MS vs.net Framework 网上书店系统,主要功能:图书录入,删除,订单管理。-Win 2000 Server MS SQL Server 2000 vs.net Framework online bookstore system, the main function : Book entry, delete, order management.
Platform: | Size: 1671578 | Author: 小硕 | Hits:

[ADO-ODBCASP.NET与数据库编程

Description: ASP.NET与数据库编程 1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。 确保你的机器上的服务名,和程序中的代码要统一。 2.将library文件夹复制到C:\\Inetpub\\wwwroot\\目录下(一般情况是这样),即可运行程序 3.运行ASP.NET程序先要保证您的机器上正确的建立了一个站点,然后将这里的程序考入站点目录下即可。首页为WebForm1.aspx -ASP.NET programming with a database. In this example, the use of the SQL Server 2000 database here only to the corresponding Access database, if you want your machines running the program in SQL Server under the re-establishment of the same database, or use the above-described I. income derived tools. mdb database into a SQL Server database. Make sure your machine from the services, and procedures necessary to unify the code. 2. Library folder will be copied to C : \\ Inetpub \\ wwwroot \\ directory (this is the general), can run programs 3. Running ASP.NET procedures must ensure that your machine correct establishment of a site and then went to the procedures here directory site can be . Home for the WebForm1.aspx
Platform: | Size: 84184 | Author: yuli | Hits:

[CSharpASP.NET树控件维护完美版

Description: ASP.NET树控件维护完美版 1.在sql server 2000新建一个tree数据库,到应用程序目录\"tree/sql语句\"底下,找到sql脚本生成数据库结构. 2.把tree控件设为虚拟目录即可.-ASP.NET tree controls to safeguard a perfect version. Sql server 2000 in a new t stalled database, application directory "tree / sql statement," underneath. find sql script generation database structure. 2. put tree controls can be set to virtual directory.
Platform: | Size: 288055 | Author: 徐另三 | Hits:

[WEB CodeASP.NET+SQLServer

Description: 《ASP.NET+SQL Server动态网站开发 从基础到实践》的源代码。无解压密码。-"Microsoft SQL Server dynamic web site development, from basic to the practice of" source code. Without extracting passwords.
Platform: | Size: 3892977 | Author: 伏喜 | Hits:

[WEB Codeceshizhadian

Description: 这个压缩包里的东西是我的毕设课题!本教学辅助系统,包括考试系统、后台管理系统、学习系统三个模块,基本实现了教学系统的基本功能,对付毕设绰绰有余。由于这一课题中的相关代码部分来源于本网站,所以做完后将它放回到这里,有利于交流!开发环境ASP+SQL server2000,数据库直接附加进去就可以正常使用,特别声明:部分代码均来自网络,仅供交流使用,请下载后24小时内自行删除,若出现版权问题,本人一概不负责任!-the compression bag of the things I based BI topics! The academic support system, including the examination system, background management system, learning system 3 modules the basic realization of the teaching of basic functions, located more than sufficient to deal with Albert. As this issue of the relevant code from the part of this site, so it will take to finish back here, the exchange! Development environment ASP SQL server, database directly into the surcharge on normal use, Special Statement : Some code, all from the network only to share, please download within 24 hours of its own deleted, if there copyright issues, I am all irresponsible!
Platform: | Size: 6656475 | Author: 小白 | Hits:

[WEB Codelogon

Description: asp.net+SQL server 2005实现的简单登陆程序-Asp.net+ SQL server 2005 realized simple login procedure
Platform: | Size: 6144 | Author: Sunbelt | Hits:

[WEB CodeeLearningApplication

Description: this code reps the design and programming of e learning managemnt system using c sharp and asp.net sql server 2008 and also MVC
Platform: | Size: 353280 | Author: justinorwell | Hits:

[WEB CodeAsp_sql100w_dll

Description: 在ASP中使用组件 set cls=Server.CreateObject("MyDLL.MsSql") cls.ConnStr="driver={sql server} server=www.pc456.cn uid=pc456sss pwd=1 database=www.pc456.cn" 给组件设置数据源信息 添加,修改,删除数据: cls.execute(sql) 无分页读取数据: Set Rs=cls.execute(sql) do while not rs.eof rs.movenext loop 有分页列表数据: cls.tblName="Tablename" 表名 cls.fldName="Id" 排序关键字段 cls.PageIndex=Request("P")*1 当前页码 cls.PageSize=20 每页列数 cls.OrderType=1 排序方式,0 、1 cls.strWhere=StrW 查询条件,不带Where cls.ListUrl="?Y="&Y&"&M="&M&"&D="&D&"&Sn="&Sn&"&P=" 分页URL Set Rs=cls.Result do while not rs.eof rs.movenext loop 分页数据 cls.page 具体使用看实例 dim Sql_Server,Sql_User,Sql_Pass,Sql_Data Sql_Server = "192.168.3.172" 数据库服务器地址 Sql_User = "sa" 数据库登录名 Sql_Pass = "123456" 数据库密码 Sql_Data = "CRM_Data" 数据库名 -Asp data manipulation components (one million pages) installation process: 1, run " up MyDll.bat" , up for class 2 operation, the SQL Query Analyzer to perform " GetList.sql" , create a stored procedure
Platform: | Size: 19456 | Author: qianzhi | Hits:

[WEB CodeASP.NETSQLServe

Description: ASP.NET + SQL Server数据库开发与实例的源代码,非常实用。保证是完整的代码,大家可以放心下载-ASP.NET+ SQL Server database development and examples of source code, very useful. To ensure that the code is complete, we can be assured Download
Platform: | Size: 2333696 | Author: 龙龙 | Hits:

[SQL Serverstoredprocedure-csharp

Description: this a example of Store procedure in sql server using asp.net-this is a example of Store procedure in sql server using asp.net
Platform: | Size: 20480 | Author: Rushabh | Hits:

[WEB Code(ASPPACCESS)lunwen

Description: 这是一篇ASP+SQL SERVER网上书店的毕设论文,里面含源代码。-This is an ASP+ SQL SERVER papers online bookstore complete set, which contains the source code.
Platform: | Size: 175104 | Author: tong | Hits:

[WEB Code004

Description: 鲜花配送系统,ASP.NET 2.0 + SQL Server网络应用系统开发案例精解-Flowers delivery system, ASP.NET 2.0+ SQL Server Web Application Development Solutions Case Fine
Platform: | Size: 1982464 | Author: 上官阳 | Hits:

[WEB CodeAsp.netPSQL-Server-2005

Description: 一个简单的人才招聘管理系统、有个人、企业会员注册功能,可以在线求职和信息发布,为NIIT学生作品。采用面向对象开发,非常简单 本地必须装有SQL Server Express 2005 或者 SQL Server 2005其他版本(App_data下为SQL数据库文件) 修改Web.config中数据库连接字符串 <add key="strConnection" value="Data Source=.\SQLEXPRESS AttachDbFilename=|DataDirectory|\hr_Data.MDF Trusted_Connection=True User Instance=True"/> 修改Web.config中的字符串,可以修改系统管理员用户设置 <add key="Manager" value="mfq" /> 默认管理员: 用户名 mfq 密码 mfq-A simple management system for recruitment, personal, corporate member registration function, online job search and information dissemination for NIIT student work. Object-oriented development, is very simple to be equipped with a local SQL Server Express 2005 or other versions of SQL Server 2005 (App_data under the SQL database files) to modify the database connection string in Web.config <add key="strConnection" value="Data Source=.\SQLEXPRESS AttachDbFilename=|DataDirectory|\hr_Data.MDF Trusted_Connection=True User Instance=True"/> Modify the Web.config in the string, the system administrator can modify user settings <add key="Manager" value="mfq" /> Default administrator: user name password mfq mfq
Platform: | Size: 1115136 | Author: 林枫 | Hits:

[WEB CodeASPPSQL-Server

Description: 仓库管理系统是一套记录仓库采购物料入库领用记录,实用方便,开发平台为(ASP+SQL Server)-welcome to ASP SQL Server
Platform: | Size: 457728 | Author: gavin | Hits:

[WEB CodeSQL-Server-2005-database-application

Description: 第一部分为SQL Server 2005 数据库管理部分,主要介绍了SQL Server 2005 的基本 特点、安装过程、数据库管理、数据库配置、数据库安全和Report Services 报表设计等;第二部分为实例部 分,使用Visual Basic、Visual C++、ASP 和ASP.NET(Visual C#)等多种经典开发工具开发C/S(Client / Server) 模式和B/S(Browser / Server)模式的网络数据库应用程序。-The book tells the SQL Server 2005 configuration, management and development of basic knowledge, as well as methods and techniques to develop database applications. The book is divided into two parts: the first part of the SQL Server 2005 database management component, introduces the SQL Server 2005 Characteristics of the installation process, database management, database configuration, database security, and Report Services reports design the second part is an instance of the Ministry of Points, using Visual Basic, Visual C++, ASP, and ASP.NET (Visual C#), a variety of classic development tools to develop the C/S (Client/Server) Mode and B/S (Browser/Server) mode network database application.
Platform: | Size: 13383680 | Author: 李欢 | Hits:

[SQL ServerASP-Web-and-SQL-Server-2000-

Description: ASP Web与SQL Server 2000 数据库编程技术 一、web数据库技术概述 二、运行平台 三、asp与sql server基础 四、asp对象 六、asp与html表单的结合 七、-ASP Web Programming with SQL Server 2000 database a web database technology overview run platform three, asp and sql server foundation asp object VI, asp html form seven, ...
Platform: | Size: 8314880 | Author: 肖萧 | Hits:

[CSharpASP.NET-3.5-SQL-Server

Description: ASP.NET 3.5+SQL Server网站模块化开发全程实录 随书光盘及源代码!分享一下!-Modular ASP.NET 3.5+SQL Server site development full Record CD with the book and source code! Share it!
Platform: | Size: 12722176 | Author: chrisyeh | Hits:

[OtherThe-ASP-and-the-SQL-SERVER-web-site.Rar

Description: ASP与SQL SERVER网站架设.rar-The ASP and the SQL SERVER web site.Rar
Platform: | Size: 3713024 | Author: 123hu | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 47 »

CodeBus www.codebus.net